Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from docker-compose to docker compose. #1393

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

richardxia
Copy link
Member

Docker apparently moved the standalone docker-compose command into a subcommand of the docker command, and they deprecated the standalone command. GitHub Actions recently updated to a new enough Docker version that dropped the standalone docker-compose command, which is causing CI to fail.

This updates both the CI configuration as well as our README to only use the subcommand version.

See https://github.com/orgs/community/discussions/116610

Docker apparently moved the standalone `docker-compose` command into a
subcommand of the `docker` command, and they deprecated the standalone
command. GitHub Actions recently updated to a new enough Docker version
that dropped the standalone `docker-compose` command, which is causing
CI to fail.

This updates both the CI configuration as well as our README to only use
the subcommand version.

See https://github.com/orgs/community/discussions/116610
@richardxia
Copy link
Member Author

Gonna merge this without review to unblock CI on my other PR.

@richardxia richardxia merged commit 53c5834 into master Aug 15, 2024
5 checks passed
@richardxia richardxia deleted the migrate-to-new-docker-compose branch August 15, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant